Working with PrizmDoc > Administering PrizmDoc > System Configuration > Configuring the PrizmDoc Server > Legacy Configuration > Customizing Text File Encoding for PrizmDoc Server |
By default, PrizmDoc Server uses an encoding auto detection mechanism upon loading of text files. This auto detection may fail on some systems or some files due to specific system settings - language, default code page, etc.
To disable encoding auto detection for text files, edit the Watchdog configuration file located in the following default directories:
Add following parameter into the "officeConversionService" section:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "textFileEncoding":"utf8" }, |
Only the "utf8" value is currently supported for the textFileEncoding parameter.